home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 026 (1987-08-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 026 (1987-08-15)(Ossowski, Stefan)(DE)(PD).adf / Comm / comm.doc < prev    next >
Text File  |  2014-07-25  |  30KB  |  675 lines

  1.                            Comm 1.30
  2.                  A terminal program for the AMIGA
  3.  
  4.          Send suggestions for improvement or bug reports to:
  5.  
  6.             DJJAMES     Plink
  7.             70320,124   CIS
  8.  
  9.    ICONS from the Swilling collection -- courtesy Frank Swilling (Minotaur)
  10.  
  11. ---------------------------------------------
  12. Features:
  13.        ASCII send and capture modes.
  14.        XMODEM send/receive with checksum and CRC modes and AUTOCHOP on
  15.          receive files.
  16.        Screen I/O greater than 2400 baud.
  17.        Baud rates up to 19200 baud supported.
  18.  
  19.        20 keyboard macros using Function keys.
  20.        30 entry phone library with support for non-Hayes type modems
  21.        An alternate long distance service number (MCI, SPRINT etc)
  22.          can be used.
  23.  
  24.        Split screen mode for conferencing.  Received characters appear in
  25.          a separate window from your typed characters.
  26.        Serial port parity, bit length and stop bit control also
  27.          Full/Half duplex, send line break and control of End Of Line
  28.          characters
  29.  
  30.        Menu driven.
  31.  
  32. ---------------------------------------------
  33. Changes from version 1.2:
  34.  
  35.    80 col ANSI screen (not keyboard yet)
  36.       Windows are not sizeable.  Comm opens its own hi-res screen.  Use
  37.       Amiga N and M to toggle between the Workbench and Comms screens.
  38.  
  39.    Audible Bell
  40.       Will fall back to screen flash if it has trouble opening the beeper
  41.  
  42.    Status line during XMODEM transfers
  43.       Status line is bottom line of the screen.  Shows filename, bytes
  44.       transfered and total NAKS received.  Number in [ ] is block number
  45.       of last NAKed block.
  46.  
  47.    Key Macro LOAD/SAVE should now work
  48.       SAVE and LOAD used to do the same thing
  49.  
  50.    New gadget in ASCII input window (window is movable too)
  51.       Default directory gadget in file input window (between OK and CANCEL)
  52.  
  53.    Now uses the baud rate field in the phone library
  54.       If you haven't been using this field, do it now.
  55.  
  56.    Screen I/O much faster (approx 4800 baud)
  57.       No single character I/O anymore.  All read/writes are buffered.
  58.  
  59.    Typing control Q will restart the serial line
  60.       If the system seems hung, you may have received an XOFF character.
  61.       Typing XON (^Q) will restart the serial line.
  62.  
  63.    Support for non-Hayes type modems added.  Modem dial and hangup strings
  64.       can be taken from the phone library.
  65.  
  66.    10 extra key macros available using Shift Function key.  F1 key no longer
  67.       lists the phone library.
  68.  
  69.    Added the ability to send a line break
  70.  
  71.    Line delay added for ASCII transfers.
  72.  
  73.    WorkBench users can specify Phone and Key files.
  74.  
  75. ---------------------------------------------
  76. Preparation:
  77.  
  78.       Create a phone library file (if desired) named comm.phone.
  79.       Create a keyboard macro file (if desired) named comm.keys.
  80.  
  81.       From CLI type:    comm [ filename ]
  82.          where filename is the name of a phone number library.  If not
  83.          given, the default filename COMM.PHONE will be used.
  84.  
  85.       From WorkBench, just click on the COMM 1.3 icon.
  86.  
  87.       NOTE:  WorkBench users can specify the default Phone library and
  88.       Key Macro files by using the TOOL TYPE entry in the ICON structure.
  89.       To enter these defaults, click once on the Comm icon and select
  90.       the INFO entry from the WORKBENCH menu.  When the INFO window opens,
  91.       you will see a STACK gadget and a TOOL TYPES gadget.  Click in the
  92.       stack gadget and enter a value of 8000.
  93.  
  94.       Because of a bug in DOS 1.1 Workbench, you will have to follow
  95.       these instructions to enter the default phone and key files.
  96.  
  97.       To enter the phone library:
  98.         Select the ADD gadget next to the TOOL TYPES gadget.  Then click
  99.         in the TOOLTYPES gadget and type PHONE=filename
  100.         ( where filename is the name of the default phone directory to be
  101.         associated with this icon ) and hit return.
  102.         Select ADD again, click in the box and hit return.
  103.  
  104.       To enter the key macro file:
  105.         Select the ADD gadget next to the TOOL TYPES gadget.  Then click
  106.         in the TOOLTYPES gadget and type KEYS=filename
  107.         ( where filename is the name of the default key macro file to be
  108.         associated with this icon ) and hit return.
  109.         Select ADD again, click in the box and hit return.
  110.  
  111.       Then select the SAVE option in the INFO window.  The defaults will
  112.       be active whenever you select Comm via this icon.
  113.  
  114.    ICONS from the Swilling collection -- courtesy Frank Swilling (Minotaur)
  115.  
  116. ---------------------------------------------
  117. MENUS:
  118.  
  119.    When in Comm, the following menu topics are available:
  120.  
  121.    1) FILE -- This is the file transfer menu.  From here you can select
  122.       the name of a file to be transfered, the direction of the transfer
  123.       ( to your disk or from you disk ) and whether an error detecting
  124.       protocol ( XMODEM ) will be used.
  125.  
  126.       When one of these entries is selected, the INPUT window will appear
  127.       in the upper left corner of the screen.  Move the pointer to the
  128.       long string gadget in the center of the window and enter the name
  129.       of the file to be transfered.  Hitting RETURN or clicking on the
  130.       OK gadget will start the transfer.  See the section on INPUT window
  131.       for more information on the gadgets in this window.
  132.  
  133.       The sub-entries of the FILE menu are:
  134.  
  135.        Start ASCII Capture
  136.                  All data received from the serial port is also saved into
  137.                the named file.  The text is buffered and written to the disk
  138.                in 8K blocks.
  139.  
  140.                  When this mode is selected, the text in the MENU entry is
  141.                changed to "Stop ASCII Capture".  Selecting this entry will
  142.                flush the data buffer to the disk and close the file.
  143.  
  144.                  Once the capture mode has been selected and a filename has
  145.                been entered, you can use the LEFT AMIGA C key sequence to
  146.                suspend or enable (toggle) the capturing of data.  Capturing
  147.                is enabled when the file is first selected.  Suspending the
  148.                data capture does not close the file, it simple does not
  149.                buffer the text.
  150.                  Use the HELP key to view the current state of the capture
  151.                mode.
  152.  
  153.             See also:  HOT KEYS, HELP KEY
  154.  
  155.        Start ASCII Send
  156.                  The named file will be read and sent to the serial port.
  157.  
  158.                  When this mode is selected, the text in the MENU entry is
  159.                changed to "Stop ASCII Send".  Selecting this entry will
  160.                stop the transfer and close the disk file.
  161.  
  162.                  You can select a time to delay after transmitting a CR by
  163.                using the slider gadget in the INPUT windows drag bar.
  164.                With the slider in the (default) far left position, there is
  165.                no delay.  The far right position will produce about 1 second
  166.                delay after transmitting a CR.  Clicking within the slider
  167.                body, will cause the knob to move in about .1 second
  168.                intervals.
  169.  
  170.             See also:   INPUT WINDOW
  171.  
  172.        XMODEM Receive
  173.                  The named file will be created on the disk and the
  174.                XMODEM protocol will be started using the error checking
  175.                method (CRC or Checksum) selected in the MODE menu.
  176.  
  177.                  The transfer can be aborted by hitting the ESC key.
  178.  
  179.                  The serial port parameters will be saved and changed to
  180.                8 bits, no parity, 1 stop bit for the XMODEM transfer.
  181.                Upon completion, the old settings will be restored.
  182.  
  183.                  The status line (bottom of screen) will display the name
  184.                of the file being transferred, a running total of the bytes
  185.                received, the number of NAKS and the last block to be NAKed
  186.                (in square brackets).
  187.  
  188.             See also:   MODE menu, Chop Files
  189.  
  190.        XMODEM Transmit
  191.                  The named file will be opened on the disk and the
  192.                XMODEM protocol will be started using the error checking
  193.                method (CRC or Checksum) selected by the receiving end.
  194.  
  195.                  The transfer can be aborted by hitting the ESC key.
  196.  
  197.                  The serial port parameters will be saved and changed to
  198.                8 bits, no parity, 1 stop bit for the XMODEM transfer.
  199.                Upon completion, the old settings will be restored.
  200.  
  201.                  The status line (bottom of screen) will display the name
  202.                of the file being transferred, a running total of the bytes
  203.                received, the number of NAKS and the last block to be NAKed
  204.                (in square brackets).
  205.  
  206.             See also:   XMODEM Text Send
  207.  
  208.        XMODEM Text Send
  209.                  Read the text for XMODEM transmit above.
  210.  
  211.                  In addition to the above text, when this entry is selected,
  212.                any LF characters in the transmitted file will be converted
  213.                to CR characters.  This option should be selected when
  214.                sending an AMIGA created file to another type of machine.
  215.  
  216.                  Failure to use this option when sending a text file may
  217.                produce an unusable file on the remote machine.
  218.  
  219.             See also:   XMODEM Transmit
  220.  
  221.        Quit Comm
  222.                  Selecting this entry will close all open files and
  223.                windows and exit back to the operating system.
  224.  
  225.                  The same effect can be achieved by hitting the close
  226.                gadget in the TRANSMIT window.
  227.  
  228.             See also:   Window gadgets
  229.  
  230. ---------------------------------------------
  231.    2) System
  232.       Split Screen
  233.                  Select 'Split Screen' from the system menu.  The screen
  234.                will divide into two windows, a small one ( 4 lines ) for
  235.                your typed characters and a larger one ( 19 lines ) for
  236.                characters received from the modem.
  237.                  You should select the half-duplex mode on the host system
  238.                to prevent your typed characters from being echoed back into
  239.                the receive window.
  240.                  To exit the split screen mode, either use the RX window
  241.                close gadget or select 'Split Screen' from the system menu
  242.                again.
  243.  
  244.                  Using the close gadget in the TX window will exit Comm.
  245.  
  246.         CAUTION: If you login to a system while in the split screen mode
  247.                your password will be echoed in the TX window.  It's best
  248.                to login in the single screen mode.
  249.  
  250.       View Transfers
  251.  
  252.                   Select the 'View transfer' mode from the system menu.
  253.                 This option will output the file data to a view window
  254.                 while transfering data.  It is wise only to view files
  255.                 you know to be ASCII because binary files will look like
  256.                 Greek.  No harm will be done, but it is distracting.
  257.  
  258.       Chop Files
  259.  
  260.                   XMODEM file transfers will increase the size of a file
  261.                 to the next largest multiple of 128 bytes.  The CHOP FILES
  262.                 option -- when checked -- will remove the padding on the
  263.                 end of the file.  This is usually desired and always
  264.                 required when transfering executable binary files.  CHOPing
  265.                 files is the default mode.
  266.  
  267.                NOTE:  It is not desireable to CHOP an ARC file.  Since I
  268.                always forget to turn off the CHOP mode for ARC files, Comm
  269.                will check the file extent of XMODEM receive files looking
  270.                for .ARC or .arc   If found it will temporarily disable
  271.                CHOPing for this file, and restore the state of the CHOP
  272.                flag after the file has been received.
  273.  
  274.       End of Line
  275.                 You can select how End of Line characters are handled on the
  276.               screen and when sent out the serial port.  By default, EOL is
  277.               just a RETURN character, but you can change this to  RETURN
  278.               and LINEFEED pairs.
  279.  
  280.                 Use this option if all text seems to be printed on one line.
  281.       Key Macro
  282.  
  283.                 This item allows Loading or Saving the Key Macro file.
  284.  
  285.                 You can add/change keyboard macros using the "Edit Key Macro"
  286.               selection in the SYSTEM menu.  When the ASCII window opens on
  287.               this option, click the mouse in the requester text input box
  288.               and enter the new keyboard macro in the same format as the
  289.               key macro file:
  290.  
  291.                        f9This is a new macro\r
  292.  
  293.               Enter the text and hit return (or select the OK gadget ) to
  294.               install the new macro.
  295.  
  296.       Phone Dir
  297.                 This entry allows loading or editing a phone library.
  298.               The EDIT option will bring up the Amiga screen editor ED with
  299.               the contents of the phone library file ready to be changed.
  300.               Exit ED as usual with  ESC X to return to Comm.
  301.  
  302.               NOTE:  The EDIT option can only be used if Comm has been
  303.               invoked from the CLI.  If invoked from WorkBench, this option
  304.               will be disabled.
  305.  
  306.                The SAVE option is not implimented.
  307.  
  308. ---------------------------------------------
  309.    3) Mode -- this menu selects the type of error ckecking to be used with
  310.             XMODEM file downloads.
  311.  
  312.       Checksum
  313.                  The original Christensen protocol used an 8 bit checksum
  314.                for error checking.  It is about 97% effective in catching
  315.                errors.  All implimentations of XMODEM can use the
  316.                checksum method.  When in doubt, select this method.
  317.  
  318.       CRC
  319.                  A later addition to the protocol was the 16 bit (two byte)
  320.                Cyclic Redundancy Check ( CRC ) which is about 99.997%
  321.                effective in detecting errors.  Not all implimentations of
  322.                XMODEM use the CRC method.  If you select this mode and the
  323.                sending computer can not transmit CRC mode, Comm will detect
  324.                this fact after 5 timeouts ( about 50 seconds ) and switch
  325.                to the Checksum method.
  326.  
  327. ---------------------------------------------
  328.    4) Serial -- serial device parameters are changed here.
  329.  
  330.       Baud
  331.                  Baud rates from 300 to 19200 baud can be selected.
  332.                Default is 1200 baud.
  333.  
  334.                  Note that this selects the serial speed of the port, the
  335.                actual data throughput rate depends on whether the capture
  336.                buffer is active, the printer capture is selected and the
  337.                speed of screen I/O.  With no printer or file capture, the
  338.                throughput rate depends on the screen I/O speed.  This will
  339.                be greater than 2400 baud but less than 4800 baud in this
  340.                release of Comm.  This means, that if you select a baud
  341.                rate of greater than 2400 baud, you will drop characters
  342.                unless the Automatic XON feature has been selected from
  343.                the SERIAL menu.
  344.  
  345.                  This entry can be overridden by the default baud rate
  346.                field in the phone library.
  347.  
  348.             See also:   XON / XOFF
  349.  
  350.       Parity
  351.                  Selects ODD, EVEN or NO parity.  Default is NO parity.
  352.  
  353.                  Note that during XMODEM transfers, serial port parity is
  354.                set to NO parity and restored to the previous value on
  355.                completion.
  356.  
  357.                  Most computer systems today will operate with NO parity.
  358.  
  359.       Data Length
  360.                  Selects the length of a data word as 7 or 8 bits.
  361.                Default is 8 bits.
  362.  
  363.                  Note that during XMODEM transfers, serial port data length
  364.                is set to 8 bits and restored to the previous value on
  365.                completion.
  366.  
  367.                  Most computer systems today will operate with 8 bits.
  368.  
  369.       Stop Bits
  370.                  Selects the number of stop bits tansmitted as 1 or 2 bits.
  371.                Default is 2 bits.
  372.  
  373.                  Note that during XMODEM transfers, serial port stop bit
  374.                length is set to 1 bit and restored to the previous value on
  375.                completion.
  376.  
  377.                  Most computer systems today will operate with 1 stop bit.
  378.  
  379.       Duplex
  380.                  Selects whether Comm or the remote system echo your key
  381.                strokes to the screen.  Defaults to FULL duplex.
  382.  
  383.                  Select FULL duplex when the remote machine will echo your
  384.                key strokes.
  385.  
  386.                  Select HALF duplex when the remote system does not echo
  387.                your key strokes.  That is when the remote system seems to
  388.                be responding to your commands, but you can't see what you
  389.                type.
  390.  
  391.       XON / XOFF
  392.                  Enables or disables the serial driver check for XON / XOFF
  393.                flow control characters.  Defaults to OFF.
  394.  
  395.                  Select TURNED OFF when you do not wish to use this type of
  396.                flow control.
  397.  
  398.                  Select AUTOMATIC when you wish the driver to use this type
  399.                of flow control.  Normally used at baud rates greater than
  400.                2400 baud to prevent dropped characters.
  401.  
  402.                NOTE:  In some cases, when the AUTOMATIC mode is selected,
  403.                Comm may receive an XOFF character ( noise or otherwise )
  404.                and appear to be hung -- that is, no characters appear on the
  405.                screen yet the menus still function.  Whenever Comm appears
  406.                to be hung, typing a CONTROL Q will re-start the serial line.
  407.                If the problem was due to an XOFF character received, this
  408.                will restore everything to normal.
  409.  
  410.                ALSO NOTE:  A number of people have reported that Comm gets
  411.                hung when they use Telenet, have AUTOMATIC selected and
  412.                type keys rapidly.  This seems to be due to Telenet sending
  413.                XOFF characters.  It may be wise to select TURNED OFF when
  414.                using Telenet.
  415.  
  416.       Send Break
  417.                Sends a 250 ms break signal.
  418.  
  419. ---------------------------------------------
  420.    5) Phone
  421.          Dial a phone number or hang up the phone.
  422.  
  423.             If a phone library of the proper format was loaded when Comm
  424.           started, you will see the NAME fields of the phone entries in this
  425.           menu.  Simply move the select box over the desired name to be
  426.           called and release.  Comm will then compose a dialing entry
  427.           consisting of:
  428.     DIAL STRING+ALTERNATE LONG DISTANCE NUMBER+PHONE NUMBER+DIAL TERMINATOR
  429.           and send this to the modem.
  430.  
  431.             The dial string fields default to HAYES types, but can be changed
  432.           by an entry in the phone library.
  433.  
  434.       Hang up
  435.                  Selecting this entry will send the HANGUP command string
  436.                to the modem.  This string defaults to a HAYES compatable
  437.                string, but can be changed by an entry in the phone library.
  438.  
  439.       Alt Service
  440.                  This entry will prepend an alternate long distance dial
  441.                code to the phone number you select.  Useful for selecting
  442.                MCI or SPRINT or any of the dozen other phone services.
  443.  
  444.                  The dial string is taken from a phone library entry.
  445.  
  446. ---------------------------------------------
  447.    Hot Keys
  448.            Left Amiga C -- will open/close the capture buffer.  The capture
  449.                mode must first be selected through the FILE menu.  Then use
  450.                the hot key to enable or disable text capturing into the
  451.                buffer.  Capturing is enabled when first selected.
  452.                Use the HELP key to see the state of the capture mode.
  453.  
  454.             Left Amiga P -- toggles the printer ON/OFF.  When ON, text
  455.                received from the serial port will also go to the printer
  456.                via the PRT: device.
  457.  
  458.                Be careful not to overflow the printers buffer and if Comm
  459.                seems hung, check on the WorkBench screen for a PRINTER
  460.                PROBLEM requestor.
  461.  
  462. ---------------------------------------------
  463.    Help Key
  464.             The HELP key can be used to view the KEYBOARD MACROS that have
  465.           been defined, the state of the printer and capture buffer toggles
  466.           and the version of Comm.
  467.  
  468. ---------------------------------------------
  469.    Input Window
  470.             When a menu item is selected that requires a filename input,
  471.           the INPUT WINDOW will appear in the upper left hand corner of
  472.           the screen.  This window will contain an informative message
  473.           relating to the operation selected, two string gadgets for text
  474.           input and two select gadgets.
  475.  
  476.             The large string gadget in the center is used for entering
  477.           filenames.  Position the pointer inside the blue select box
  478.           and click the left mouse button to activate this gadget.  When
  479.           the cursor appears inside the gagdet, enter the filename desired.
  480.             Hitting return will enter the filename and remove the INPUT
  481.           WINDOW.  You can also click the left mouse button over the text
  482.           in the lower left hand corner to complete the operation.
  483.  
  484.             Selecting CANCEL will abort the operation.
  485.  
  486.             The smaller string gadget can be used to enter a default
  487.           directory string.  Whatever is put in here will be prepended to
  488.           the filename entered in the string gadget.  If you were to put
  489.             DF1:NewFiles/  in the gadget, all up/down loads will be from the
  490.           NewFiles directory on DF1:   If you enter a filename with an
  491.           imbedded colon, the default is over ridden.  That means, with the
  492.           above default, you could get a file from RAM: by entering
  493.             RAM:SomeFile for a filename.
  494.  
  495. ---------------------------------------------
  496.    Window Gadgets
  497.             The screens contain hidden gadgets for closing and depth
  498.           arranging the Comm screen.  The CLOSE gadget is in the upper
  499.           left hand corner.  The depth gadgets are in the upper right
  500.           hand corner.
  501.  
  502.             The operation of the depth gadgets differs slightly
  503.           from what you may expect.  The left hand depth gadget will send
  504.           the Comm screen to the back to allow access to the WorkBench
  505.           or other screen.  The right hand depth gadget will bring the
  506.           View Window to the front -- if it was pushed to the rear.
  507.  
  508.             The close gadget also operates differently depending upon
  509.           which mode Comm is in.  In the single screen mode, the close
  510.           gadget can be used to EXIT Comm.
  511.  
  512.             In the split screen mode, there is a close gadget in the
  513.           corner of both screens.  The gadget in the large window will
  514.           cancel the split screen mode.  The gadget in the small screen
  515.           will exit Comm.
  516.  
  517. ---------------------------------------------
  518. Phone library:       (sample phone library is at end of this file)
  519.       When loaded, Comm looks first on the default drive for a file called
  520.       comm.phone.  If not found, it then looks on the SYS: device for this
  521.       file.  If not found, Comm will operate with out the phone library
  522.       but you will not have the auto dial options.
  523.  
  524.       If called from the CLI, you can specify another file for the phone
  525.       library on the command line such as:
  526.             Comm  business.numbers
  527.  
  528.       Comm will try the above mentioned search pattern looking for the
  529.       file 'business.numbers'.
  530.  
  531.       The phone libraries are ASCII text files (created with ED) with fixed
  532.       format records as follows:
  533.  
  534.          17 characters for a BBS name           ex.  Plink
  535.          17 characters for the phone number     ex.  1-800-555-1212
  536.           9 characters for default baud rate for number
  537.          32 characters for any user comment     ex.  Tymnet, enter A
  538.  
  539.       This looks like the following:
  540. |       17       |      17        |    9   |            32                |
  541. |----- name -----|---- number ----|- baud -|--------- comment ------------|
  542. amiga talk       1,602-846-3901   1200     ???
  543. amiga/128        1,213-662-2424   1200     CA amiga and 128 stuff
  544. >                555-1212,,01234           MCI gateway and account number
  545.  
  546.  
  547.       Note that lines starting with | are ignored when the file is read in
  548.       and are used for comments.  The bars (|) also mark the field widths
  549.       for alignment purposes.
  550.  
  551.       One entry ( > in the name field ) can be an alternate long distance
  552.       service access number and account number.  When this feature is
  553.       desired the contents of the number field will be sent before the
  554.       phone number selected.
  555.  
  556.       The modem dial commands can also be specified in the phone library
  557.       using one of the following command sequences:
  558.  
  559.          <D          sets the dial PREFIX string.
  560.          <T          sets the TERMINATOR string.
  561.          <H          sets the HANGUP string.
  562.          <I          sets the initialization string
  563.          <E          sets the exit string
  564.  
  565.       These sequences must start in col. 1 and are limited to 32 characters.
  566.       Any of the KEY MACRO special symbols (such as delay, line break or
  567.       control codes) may be included in any of thses strings.
  568.  
  569.      The following are the default HAYES modem setup strings used by Comm if
  570.      not changed by the user.
  571.  
  572. <DATDT                        DIAL Prefix command   (ATDT)
  573. <T^M                          DIAL terminator       ( CR )
  574. <H\w\w+++\w\w\w\wATH^M        HANGUP command   (1 sec +++ 2 sec ATH CR)
  575. <I                            Initialization -- none
  576. <E                            Exit -- none
  577.  
  578.      The initialization string will be sent to the modem soon after Comm
  579.      opens the serial device and before keyboard input is accepted.
  580.  
  581.      The exit string is send just before the serial device is closed when
  582.      exiting Comm.
  583.  
  584. ---------------------------------------------
  585. Keyboard Macros:
  586.       On entry, Comm will look on the default drive for the file
  587.       comm.keys.  If not found it will look for SYS:comm.keys.  This
  588.       file is an ASCII file (created with ED) containing the macros to
  589.       be expanded whenever a function key is pressed.  In this release
  590.       the function keys definable are F1 through F10 and SHIFT F1 thru F10.
  591.       A sample comm.keys file follows:
  592.  
  593. f1/clubs;/sel commodore\r
  594. f2/not;for;/read new^m
  595. f3/lib;rev;qsc all\r
  596. F4/dlo;fil;xmo;\r\r
  597. S10/off
  598.  
  599.       Notice that each definition starts in column 1 with an 'f' or 's'
  600.       followed by the number of the key to be defined.  Entries beginning
  601.       with F belong to F1 thru F10, those beginning with S belong to
  602.       SHIFT F1 thru SHIFT F10.
  603.  
  604.       The body of the macro follows the number.  Do not separate the
  605.       key number from the body with spaces unless you desire spaces to be
  606.       output.  A macro definition must be contained on 1 line (127 bytes
  607.       maximum).  The macros can be defined in any order and not all keys
  608.       have to be defined.  Duplicate definitions overwrite the previous
  609.       definition, that is, only the last definition sticks. The first one
  610.       is overwritten.
  611.  
  612.       The macros can contain control characters which can be represented
  613.       in two ways -- using C slash conventions ( \n \r etc) or by using
  614.       the caret followed by a letter ( ^C  ^L etc.).  The only C types
  615.       supported in this release are \n, \r, \t, \f and \\.  Also, \n is
  616.       equivalent to \r, both meaning CR.  If you need the line feed
  617.       character, use ^J instead.
  618.  
  619.       A 500 millisecond delay can be generated by using \w.  Multiple \w's
  620.       can be used to get a longer delay.
  621.       A 250 ms LINE BREAK can be generated with the sequence \l.
  622.  
  623.       Once the comm.keys are loaded, press the HELP key to list the
  624.       macro definitions to the screen.
  625.  
  626.       Errors are detected while loading the .keys file and displayed on
  627.       the screen.
  628.  
  629. ---------------------------------------------------------------------------
  630. BUGS:
  631.          Screen sometimes displays garbage as though you were typing a
  632.          binary file.  I have seen this once or twice but not enough to
  633.          discover what may be causing the problem.
  634.  
  635.          Telenet users still report that rapid key strokes will cause them
  636.          to hang.
  637.  
  638.          If another program 'steals' all of the audio channels, Comm will
  639.          lose it's bell.
  640.  
  641.          One user reports that after XMODEM uploads to certain BBS systems
  642.          he will see garbage on the screen and then Comm will hang.
  643.          I have uploaded to one of these systems and can't verify the
  644.          problem.
  645.  
  646.          Sometimes when the INPUT WINDOW is opened, you will find the
  647.          CANCEL gadget has extra text nearby.
  648. ----------------------------------------------------------------------------
  649.  
  650. Sample phone library:
  651.  
  652. |  The following entries are the Dial, Terminating and Hangup strings
  653. |     for a Hayes modem.  These can be changed for other modem types.
  654. <DATDT
  655. <T^M
  656. <H\w\w+++\w\w\w\wATH^M
  657. |       17       |      17        |    9   |            32                |
  658. |----- name -----|---- number ----|- baud -|--------- comment ------------|
  659. amiga talk       1,602-846-3901   1200
  660. amiga/128        1,213-662-2424   1200     CA
  661. amuse            1,212-269-4879   1200     NY fido node 107/34
  662. amy bbs          1,303-693-4735   1200     CO
  663. amy palace       1,201-446-1424   1200     NJ
  664. casa mi amy      1,904-733-4515   1200     FL
  665. connection       1,615-868-7860   1200     TN
  666. dragon           1,402-291-8053   1200     NE rpg board
  667. FAUG             1,415-595-5452   1200     CA
  668. guest            1,618-378-2133   1200     IL "Username:GUEST"
  669. micro systems    1,305-737-1590   1200     micro systems
  670. developer exch   1,408-372-1722   1200     maxi corp
  671. amigaboard       1,513-898-0702   1200     OH
  672. technisoft       1,801-264-8290   1200     UT fido, mostly MS-DOS
  673. vivid xpres      1,714-493-6094    300     CA
  674.  
  675.